home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / amos / amsls396.lzh / AMOSLIST / 000014_S93044370@ACS.SAULTC.ON.CA_Sun Mar 3 14:26:27 1996.msg < prev    next >
Internet Message Format  |  1996-04-01  |  1KB

  1. Received: from conan.eds-ms.com (conan.eds-ms.com [204.240.136.11]) by mail1.access.digex.net (8.6.12/8.6.12) with SMTP id OAA10926;  for <mcox@access.digex.net> ; Sun, 3 Mar 1996 14:26:26 -0500
  2. Received: from acs.saultc.on.ca by conan.eds-ms.com (5.x/SMI-SVR4)
  3.     id AA21249; Sun, 3 Mar 1996 13:54:28 -0500
  4. Received: from ACS.SAULTC.ON.CA by ACS.SAULTC.ON.CA (PMDF V4.3-11 #4035)
  5.  id <01I1WK44JPQ8000PWW@ACS.SAULTC.ON.CA>; Sun, 03 Mar 1996 13:51:19 -0500 (EST)
  6. Date: Sun, 03 Mar 1996 13:48:42 -0500 (EST)
  7. From: Cori Skagen <S93044370@ACS.SAULTC.ON.CA>
  8. Subject: Drawing Circles
  9. To: amos-list@conan.eds-ms.com
  10. Message-Id: <01I1WK8K32X0000PWW@ACS.SAULTC.ON.CA>
  11. Mime-Version: 1.0
  12. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  13. Content-Transfer-Encoding: 7BIT
  14. Status: RO
  15. X-Status: 
  16.  
  17. Hi there, I was wondering, how exactly does Amos draw circles, it doesn't
  18. seem to use the math functions(sin, cos), when I try to do a circle using
  19. these functions it looks real ugly.  I need to draw a circle manually, but
  20. a good looking one.
  21.  
  22. I used this code to draw my circle:
  23.  
  24. Degree 
  25. Circle 60,100,15
  26. For I#=0 To 360 Step 4
  27. X=16*Cos(I#) : Y=16*Sin(I#)
  28. Plot 100+X,100-Y
  29. Next 
  30.  
  31. Any help would be appreciated.
  32.  
  33. Cori Skagen
  34.  - Computer Engineering Student @ Sault College Of Applied Arts & Technology
  35.  
  36. | E-Mail Me:                 |   A.K.A. `TASL'
  37. | ~~~~~~~~~~                 |          -The Nicest Guy On the IRC!
  38. | cd556@torfree.net          |
  39. | s93044370@acs.saultc.on.ca |
  40.